home *** CD-ROM | disk | FTP | other *** search
/ The Guided Tour of Multimedia (Second Edition) / The Guided Tour of Multimedia (Second Edition).iso / trials / qtw111 / samples / stereo.rc < prev    next >
Text File  |  1992-08-31  |  556b  |  26 lines

  1.  
  2. // ---------------------------------------------------------------------
  3. //
  4. // Stereo.rc - Sample QuickTime for Windows Application
  5. //
  6. //             (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
  7. //
  8. // ---------------------------------------------------------------------
  9.  
  10. #include <windows.h>
  11. #include "stereo.h"
  12.  
  13. stereo MENU
  14.   {
  15.   POPUP "&File"
  16.     {
  17.     MENUITEM "&Open...", IDM_OPEN
  18.     }
  19.   POPUP "&Action"
  20.     {
  21.     MENUITEM "&Attach Controller", IDM_ATTACH
  22.     MENUITEM "&Detach Controller", IDM_DETACH
  23.     }
  24.   }
  25.  
  26.